home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / resource / design / files / paintshp.exe / Data1.cab / quick_guides.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2003-10-02  |  66 b   |  5 lines

  1. on(press){
  2.    _global.a = "playing";
  3.    _global.mov.play();
  4. }
  5.